home *** CD-ROM | disk | FTP | other *** search
/ Champak 64 / Volume 64 - JOGO DISK .iso / Games / skecthpad.swf / scripts / frame_35 / PlaceObject2_428_121 / CLIPACTIONRECORD onClipEvent(mouseMove).as < prev    next >
Text File  |  2008-04-25  |  429b  |  19 lines

  1. onClipEvent(mouseMove){
  2.    if(circelling == true)
  3.    {
  4.       circposx = _root._xmouse;
  5.       circposy = _root._ymouse;
  6.       if(Math.abs(circstartx - circposx) > 0 && Math.abs(circstarty - circposy) > 0)
  7.       {
  8.          if(_root.activeitem == 5)
  9.          {
  10.             _root.stopCirkel();
  11.          }
  12.          else if(_root.activeitem == 6)
  13.          {
  14.             _root.stopCirkel2();
  15.          }
  16.       }
  17.    }
  18. }
  19.